home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFKEYBOARDSHORTCUTSDLG / TFKEYBOARDSHORTCUTSDLG.txt
Text File  |  2004-05-31  |  2KB  |  108 lines

  1. object fKeyboardShortcutsDlg: TfKeyboardShortcutsDlg
  2.   Left = 414
  3.   Top = 300
  4.   BorderStyle = bsDialog
  5.   Caption = 'fKeyboardShortcutsDlg'
  6.   ClientHeight = 543
  7.   ClientWidth = 529
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object bvlBottom: TBevel
  23.     Left = 0
  24.     Top = 481
  25.     Width = 529
  26.     Height = 62
  27.     Align = alBottom
  28.     Shape = bsTopLine
  29.   end
  30.   object lvwShortcuts: TListView
  31.     Left = 12
  32.     Top = 9
  33.     Width = 504
  34.     Height = 424
  35.     Columns = <
  36.       item
  37.         Caption = 'colDesc'
  38.         Width = 332
  39.       end
  40.       item
  41.         Caption = 'colShortcut'
  42.         Width = 123
  43.       end>
  44.     GridLines = True
  45.     HideSelection = False
  46.     HotTrackStyles = [htUnderlineHot]
  47.     ReadOnly = True
  48.     RowSelect = True
  49.     SortType = stText
  50.     TabOrder = 0
  51.     ViewStyle = vsReport
  52.     OnColumnClick = lvwShortcutsColumnClick
  53.     OnCompare = lvwShortcutsCompare
  54.     OnSelectItem = lvwShortcutsSelectItem
  55.   end
  56.   object btnOK: TButton
  57.     Left = 321
  58.     Top = 498
  59.     Width = 93
  60.     Height = 31
  61.     Caption = 'btnOK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 4
  65.     OnClick = btnOKClick
  66.   end
  67.   object btnCancel: TButton
  68.     Left = 423
  69.     Top = 498
  70.     Width = 93
  71.     Height = 31
  72.     Cancel = True
  73.     Caption = 'btnCancel'
  74.     ModalResult = 2
  75.     TabOrder = 5
  76.   end
  77.   object hkey: TnbHotKey
  78.     Left = 12
  79.     Top = 446
  80.     Width = 197
  81.     Height = 23
  82.     HotKey = 32768
  83.     TabOrder = 1
  84.     OnEnter = hkeyEnter
  85.     OnExit = hkeyExit
  86.     AcceptKeys = [nbkeyTab, nbkeySpace, nbkeyReturn]
  87.   end
  88.   object btnAssign: TButton
  89.     Left = 217
  90.     Top = 442
  91.     Width = 92
  92.     Height = 31
  93.     Caption = 'btnAssign'
  94.     Enabled = False
  95.     TabOrder = 2
  96.     OnClick = btnAssignClick
  97.   end
  98.   object btnReset: TButton
  99.     Left = 12
  100.     Top = 498
  101.     Width = 197
  102.     Height = 31
  103.     Caption = 'btnReset'
  104.     TabOrder = 3
  105.     OnClick = btnResetClick
  106.   end
  107. end
  108.